projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a865e55
)
(change-log-name): On MSDOS, use changelo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:44:29 +0000
(11:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 11:44:29 +0000
(11:44 +0000)
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index acb789bb52ad25feccf523ff97758a370eaa0cc3..9c54caa84ce971357662560e0981b79eddf709e4 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-53,7
+53,7
@@
an `@' character, followed by the value returned by `system-name'.")
(if (eq system-type 'vax-vms)
"$CHANGE_LOG$.TXT"
(if (eq system-type 'ms-dos)
- "change
.log
"
+ "change
lo
"
"ChangeLog"))))
;;;###autoload